home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / hack / 1 / include / mfndpos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1985-07-26  |  363 b   |  13 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2. /* hack.mfndpos.h - version 1.0.2 */
  3.  
  4. #define    ALLOW_TRAPS    0777
  5. #define    ALLOW_U        01000
  6. #define    ALLOW_M        02000
  7. #define    ALLOW_TM    04000
  8. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  9. #define    ALLOW_SSM    010000
  10. #define    ALLOW_ROCK    020000
  11. #define    NOTONL        040000
  12. #define    NOGARLIC    0100000
  13.